home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if not (the quickTimePresent) then
- alert("The SpiceWorld CD-ROM requires Quicktime‚Ñ¢." & RETURN & "Please refer to your computer manuals for more information.")
- quit()
- else
- if the platform contains "macintosh" then
- go(1, the pathName & "elements:spiceone.dir")
- else
- go(1, the pathName & "elements/spiceone.dir")
- end if
- end if
- end
-